A view over an object in the scripting environment. More...
Public Member Functions | |
ScriptObjectView () | |
~ScriptObjectView () | |
void | reset (ScriptObjectInterpreterView *view) |
Public Attributes | |
ScriptObjectInterpreterView * | _view |
The interpreter specific data for a view over a script object. | |
A view over an object in the scripting environment.
Doesn't touch anything related to reference counting, but used to reconstruct references that will impact the reference counting.
In theory, this class should never be used by external code.
nkScripts::ScriptObjectView::ScriptObjectView | ( | ) |
Constructor.
nkScripts::ScriptObjectView::~ScriptObjectView | ( | ) |
Destructor.
void nkScripts::ScriptObjectView::reset | ( | ScriptObjectInterpreterView * | view | ) |
Resets the view with a new view.
view | The new interpreter view to use. |